Automations

API Commands

  • Version: 1.3.0
  • Official Verified
  • Depreciated Verified

OpenBots commands for interacting with various API's. Supports RESTful API's, as well as methods from local DLL files.

OpenBots.Commands.API \ Execute DLL Command

Command: Execute DLL Command

This command invokes a method of a specific class from a DLL.

Parameters

DLL File Path

Enter or Select the path to the DLL File.

Required

Class Name

Provide the parent class name of the method to be invoked in the DLL.

Required

Method Name

Provide the method name to be invoked in the DLL.

Required

Parameters (Optional)

Select the 'Generate Parameters' button once you have indicated a file, class, and method.

Output Result Variable

Create a new variable or select a variable from the list.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Comment Field (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command, if required.


  • Version
    Documentation
Logo